home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / misc / aterminfo.lha / unctrl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-18  |  308 b   |  14 lines

  1.  
  2. /* This work is copyrighted. See COPYRIGHT.OLD & COPYRIGHT.NEW for   *
  3. *  details. If they are missing then this copy is in violation of    *
  4. *  the copyright conditions.                                        */
  5.  
  6. /*
  7.  * unctrl.h
  8.  *
  9.  */
  10.  
  11. extern char    *_unctrl[];
  12.  
  13. # define    unctrl(ch)    (_unctrl[(unsigned) ch])
  14.